home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / ijb14b1.zip / bin / junk.cmd next >
OS/2 REXX Batch file  |  1997-08-20  |  761b  |  12 lines

  1. @echo off
  2. REM ***************************************************************************
  3. REM Invoke Junkbuster with following options:
  4. REM -d 1                                (Enable debug output: Show requested URL's)
  5. REM -b ..\blockfile                     (Load the blockfile  '..\blockfile')
  6. REM -c ..\cookiefile                    (Load the cookiefile '..\cookiefile')
  7. REM -f www-cache.hrz.uni-siegen.de:3128 (Forward http requests to the proxy
  8. REM                                      'cache.uni-siegen.de' on Port 3128)
  9. REM For more options consult the Junkbuster manual.
  10. REM ***************************************************************************
  11. junkbuster -d 1 -b ..\blockfile -c ..\cookiefile -f www-cache.hrz.uni-siegen.de:3128 -r @
  12.